Skip to content

Conversation

@GitlyHallows
Copy link
Contributor

@GitlyHallows GitlyHallows commented Mar 15, 2025

Added support for scrolling in the ‘Open in Editor’ instance, simila to how scrolling functions in the main instance.

Context

#1529

Implementation

Ensured that:

  1. The scrollbar is always visible and draggable
  2. Mousewheel events are explicitly handled
  3. Scrolling works in both the main instance and "Open in Editor" instance

Video

scroll-video.mov

Important

Adds scrolling support to the 'Open in Editor' instance in SettingsView.tsx, ensuring consistent scrollbar visibility and mousewheel handling.

  • Behavior:
    • Adds scrolling support to the 'Open in Editor' instance in SettingsView.tsx.
    • Ensures scrollbar is always visible and draggable.
    • Handles mousewheel events for vertical scrolling.
  • Implementation:
    • Updates TabContent styles to enable vertical scrolling and hide horizontal scrolling.
    • Adds onWheel event handler to manage scroll position in SettingsView.tsx.
    • Adjusts onScroll to handle active section updates.

This description was created by Ellipsis for 70b19a4. It will automatically update as commits are pushed.

… to how scrolling functions in the main instance.
@changeset-bot
Copy link

changeset-bot bot commented Mar 15, 2025

⚠️ No Changeset found

Latest commit: 70b19a4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. enhancement New feature or request labels Mar 15, 2025
@hannesrudolph hannesrudolph linked an issue Mar 17, 2025 that may be closed by this pull request
@hannesrudolph hannesrudolph moved this from New to PR [Pre Approval Review] in Roo Code Roadmap Mar 17, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 17, 2025
@cte cte merged commit d1fa1e9 into RooCodeInc:main Mar 17, 2025
16 checks passed
@github-project-automation github-project-automation bot moved this from PR [Pre Approval Review] to Done in Roo Code Roadmap Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to scroll in the advanced settings tab

2 participants